BatchWrite<>.AddDeleteKey Method (object, object)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Add a single item to be deleted in the current batch operation. Item is identified by its hash-and-range primary key.

Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public void AddDeleteKey(
         Object hashKey,
         Object rangeKey
)

Parameters

hashKey
Type: System.Object

Hash key of the item to delete

rangeKey
Type: System.Object

Range key of the item to delete

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5